home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Main.DIR / 00019.ls < prev    next >
Encoding:
Text File  |  1997-08-01  |  210 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3.   cursor(200)
  4.   set the locH of sprite 10 to the mouseH
  5.   set the locV of sprite 10 to the mouseV
  6.   if sprite 10 intersects 4 then
  7.     nothing()
  8.   else
  9.     go("start")
  10.   end if
  11. end
  12.